Great Chess
Invented by: 1700s, Unkown
Game hierarchy
• Game
• Generic Chess
• Generic x10
• Generic 10x10
• Great Chess
Board
FEN: rnbqkgabnr/ppppccpppp/4pp4/10/10/10/10/4PP4/PPPPCCPPPP/RNBQKGABNR w AJaj - 0 1
Piece Types
Internal Name | Name | Notation | Added By | Notes |
King | King | K | Generic Chess | royal; can castle |
Pawn | Pawn | P | Generic Chess | can promote; en passant; pawn structure evaluation |
Queen | Queen | Q | Great Chess | trap king on back rank bonus |
Rook | Rook | R | Great Chess | castling partner; open file bonus; trap king on back rank bonus |
Bishop | Bishop | B | Great Chess | colorbinding evaluation; outpost bonus |
Knight | Knight | N | Great Chess | outpost bonus |
Archbishop | Archbishop | A | Great Chess | |
Chancellor | Chancellor | C | Great Chess | open file bonus; trap king on back rank bonus |
Amazon | General | G | Great Chess | trap king on back rank bonus |
Game Variables
Name = "Great Chess"
Invented = "Unkown"
InventedBy = "1700s"
NumberOfSquareColors = 2
FENFormat = "{array} {current player} {castling} {en-passant} {half-move clock} {turn number}" FENStart = "#{Array} w #default #default 0 1"
Array = "rnbqkgabnr/ppppccpppp/4pp4/10/10/10/10/4PP4/PPPPCCPPPP/RNBQKGABNR"
DeduplicateMoves = false
StaticExchangeEvaluation = true
Declared in Generic Chess:
StalemateResult = Draw
PromotionRule = Standard
PromotionTypes = "Q"
BareKing = false
EnPassant = true
PromotingType = Pawn
CastlingType = King
Declared in Generic x10:
PawnMultipleMove = Great
Declared in Generic 10x10:
Castling = Standard
Declared in Great Chess:
Variant = choice of { Classic, Faster Pawns, Faster Pawns and Castling }
Rules
MoveCompletionDefaultRule
BasicPromotionRule
EnPassantRule
CheckmateRule
Move50Rule
CastlingRule
RepetitionDrawRule
Evaluations
PawnStructureEvaluation
DevelopmentEvaluation
LowMaterialEvaluation
ColorbindingEvaluation
RookTypeEvaluation
OutpostEvaluation
|